home *** CD-ROM | disk | FTP | other *** search
Makefile | 2001-11-25 | 1.4 KB | 49 lines |
- # Generated automatically from Makefile.in by configure.
- ################################################################
- # Process this file with top-level configure script to produce Makefile
- #
- # Copyright 2000 Clark Cooper
- #
- # This file is part of EXPAT.
- #
- # EXPAT is free software; you can redistribute it and/or modify it
- # under the terms of the License (based on the MIT/X license) contained
- # in the file COPYING that comes with this distribution.
- #
- # EXPAT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- # SOFTWARE OR THE USE OR OTHER DEALINGS IN EXPAT.
- #
-
- INCDIR = ../include
-
- CPPFLAGS =
- LDFLAGS = -noixemul
- LIBS = -L$(LIBDIR)
- CC = gcc
- CFLAGS = -g -noixemul -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -I$(INCDIR)
-
- srcdir = .
- top_srcdir = ..
-
-
- all: elements outline
-
- elements: elements.o
- $(CC) $(LDFLAGS) -o $@ $<
-
- outline: outline.o
- $(CC) $(LDFLAGS) -o $@ $<
-
- check: $(SUBDIRS)
- @echo
- @echo This package does not yet have a regression test.
- @echo
-
- clean:
- rm -f elements outline core *.o *~
-